home *** CD-ROM | disk | FTP | other *** search
/ Shareware Universe - The Gold Collection / Shareware Universe The Gold Collection.iso / demos / sunknown / unknown.go < prev    next >
Encoding:
Text File  |  1996-04-19  |  4.1 KB  |  122 lines

  1. Super Unknown
  2. // SUPERUNKNOWN v1.0 ////////////////////////////////////////////////////////
  3.  
  4. By Five, And Then Some.
  5.  
  6. This demo is public domain. You may freely distribute the program as long as
  7. this file is included, and no money is charged.
  8.  
  9. // RELEASE NOTES ////////////////////////////////////////////////////////////
  10.  
  11. This demo won The Gathering 1994, held in Oslo this Easter. In this final
  12. version we've fixed a few bugs, added support for GUS-owners with less than
  13. 1Mb of memory, and also added the complete source code.
  14.  
  15. // RUNNING THE DEMO /////////////////////////////////////////////////////////
  16.  
  17. At the DOS-prompt, type
  18.  
  19. RUNME
  20.  
  21. and off you go. Hopefully, that is. You'll need some 620Kb of conventional
  22. memory, though, which means you might have to remove some unneccesary device-
  23. drivers/TSRs to get enough RAM. To make things even worse, SUPERUNKNOWN also
  24. requires a continuous UMB of about 41Kb in order to play back GUS-sound. Dig
  25. out your DOS-manuals for details on how to achieve this. Suffice is to say
  26. that you'd better load as much as possible into high memory, using the "LH"
  27. and "DEVICEHIGH" commands. The MIDI sound is naturally native GUS.
  28.  
  29. Use the parameter "-LOOP" to make the demo run continously.
  30.  
  31. // THE SOURCE ///////////////////////////////////////////////////////////////
  32.  
  33. We've decided to release the source code of this demo to the public domain.
  34.  
  35. Of course it contains inconsistencies and redundancies - not to mention dirty
  36. hacks. We already KNOW that! ;-) It is also sparsely commented (to say it the
  37. least).
  38.  
  39. Still, some of you might be take interest in the code. Note, however, that we
  40. are NOT able to answer technical questions conserning the code itself (like,
  41. "What's this AX-register doing, anyway?"). You're on your own here.
  42.  
  43. The program is created using BC31, and should compile OK as long as the
  44. settings in /Options/Directories are correct. You'll also need to enable
  45. 386-code and automatic transfer to TASM.
  46.  
  47. // CREDITS //////////////////////////////////////////////////////////////////
  48.  
  49. >> Morphing
  50.    Graphics by Andrez and SanasolGutten, programming by Captain Napalm.
  51.  
  52. >> Titlescreen
  53.    Graphics by Andrez and SanasolGutten, programming by Captain Napalm.
  54.  
  55. >> Flamescroller
  56.    Graphics and programming by Andrez.
  57.  
  58. >> Fractalzoom
  59.    Programming by Captain Napalm. (This small 252Kb animation is created by
  60.    the same compression engine used in RFVDEMO, previously released w/full
  61.    source code to the public domain.)
  62.  
  63. >> Voxelspace
  64.    Cloud texture created using CLOUDGEN09, previously released to the public
  65.    domain by SanasolGutten (available at all major FTP-sites!). Remaining
  66.    programming done by Captain Napalm.
  67.  
  68. >> IFS-Tendrils
  69.    Marble texture programmed by SanasolGutten, remaining programming by
  70.    Captain Napalm.
  71.  
  72. >> Dunes
  73.    Original idea by Laila "Wallbanger" Fr0seth, programming by Captain Napalm.
  74.  
  75. >> Endscroller
  76.    Graphics and programming by Captain Napalm.
  77.  
  78. >> Sound
  79.    Composed by BlackAce (in great hurry!), programming by BladeRunner. The
  80.    music is created using Cakewalk Pro, and is played back via ULTRAMID from
  81.    Forte Technologies Inc.
  82.  
  83. // GREETINGS ////////////////////////////////////////////////////////////////
  84.  
  85. Thanks and hellos goes to the following:
  86.  
  87. Equinox
  88. Knut R0nhovde
  89. PCK
  90. Razor 1911
  91. Thevenin Data (Call "The Abyss BBS" at (+47) 73528467)
  92. Trial by Fire (love your intro ;-)
  93. Ztiff Zox Softwear
  94.  
  95. ... And generally all the people at Trondheim College of Engineering. Most
  96. of them, at least. You know who you are.
  97.  
  98. // MEMBERS //////////////////////////////////////////////////////////////////
  99.  
  100. Five, And Then Some consists of the following people:
  101.  
  102. >> Andrez (Graphics, programming)
  103.    Andreas 0verland
  104.    andreaso@edb.tih.no
  105.  
  106. >> BlackAce (Music)
  107.    Sigurd Ringbakken
  108.    sigurdr@edb.tih.no
  109.  
  110. >> BladeRunner (Sound programming)
  111.    Ronny Hanssen
  112.    ronnyh@edb.tih.no
  113.  
  114. >> Captain Napalm (Graphics, programming)
  115.    Thomas Hagen
  116.    thomash@edb.tih.no
  117.  
  118. >> SanasolGutten (Graphics, programming)
  119.    Kenneth Aastr0m
  120.    kennetha@edb.tih.no
  121.  
  122.